I have a web api controller for GraphQL. [HttpPost] public async Task<IActionResult> Post([FromBody] GraphQLRequestModel query) {
I am thinking of implementing a UISegmentControl extension to achieve the twitter's iOS notification tab bar, navigation bar segment style. I tried extending t
I have generated the SSL using openssl using the following commands. Which have generated the cert and key file but where do I get the ca-bundle file. I need th
iam new using linux and i want to install chrome driver using terminal with wget but suddenly i have this error and cant find or open chrome driver. this is my
I am running bagging with LogisticRegression. Since the latter uses regularization, features must be scaled. Since bagging takes a sample (with replacement) fro
I am normalizing items in lists by given numbers so eg: l = [79, 65, 42, 63, 48, 6, 44, 31, 22, 40, 3] v = 79 l = [1.0, 0.8227848101265823, 0.5316455696202531
I need some help on creating an array as a struct field in Zig. const VarStr = struct { buffer: [1000]u8, len: u8, pub fn init(str: []const u8) VarS
I am trying to create a grouped bar graph.The bar graph needs to have a bar for Incoming and a bar for outgoing calls. I am trying to get the dictionary to look